This repository was archived by the owner on Jan 23, 2024. It is now read-only.
feat: add Firebase RTDB backend#48
Merged
mctavish merged 24 commits intoGoogleCloudPlatform:mainfrom Jul 26, 2022
Merged
Conversation
jasonborg
reviewed
Jul 8, 2022
jasonborg
reviewed
Jul 8, 2022
jasonborg
reviewed
Jul 8, 2022
jasonborg
reviewed
Jul 8, 2022
jasonborg
reviewed
Jul 8, 2022
jasonborg
reviewed
Jul 8, 2022
jasonborg
reviewed
Jul 8, 2022
jasonborg
reviewed
Jul 8, 2022
jasonborg
reviewed
Jul 8, 2022
jasonborg
approved these changes
Jul 21, 2022
jasonborg
reviewed
Jul 22, 2022
gcf-merge-on-green bot
referenced
this pull request
in GoogleCloudPlatform/python-docs-samples
Aug 12, 2022
) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google-python-cloud-debugger](https://togithub.com/GoogleCloudPlatform/cloud-debug-python) | `==2.19` -> `==3.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>GoogleCloudPlatform/cloud-debug-python</summary> ### [`v3.0`](https://togithub.com/GoogleCloudPlatform/cloud-debug-python/releases/tag/v3.0) [Compare Source](https://togithub.com/GoogleCloudPlatform/cloud-debug-python/compare/v2.19...v3.0) #### What's Changed - feat: add Firebase RTDB backend by [@​mctavish](https://togithub.com/mctavish) in [https://github.com/GoogleCloudPlatform/cloud-debug-python/pull/48](https://togithub.com/GoogleCloudPlatform/cloud-debug-python/pull/48) - feat: improve firebase error handling by [@​mctavish](https://togithub.com/mctavish) in [https://github.com/GoogleCloudPlatform/cloud-debug-python/pull/53](https://togithub.com/GoogleCloudPlatform/cloud-debug-python/pull/53) - chore: release 3.0 by [@​mctavish](https://togithub.com/mctavish) in [https://github.com/GoogleCloudPlatform/cloud-debug-python/pull/54](https://togithub.com/GoogleCloudPlatform/cloud-debug-python/pull/54) - build: bump to manylinux2014 by [@​mctavish](https://togithub.com/mctavish) in [https://github.com/GoogleCloudPlatform/cloud-debug-python/pull/55](https://togithub.com/GoogleCloudPlatform/cloud-debug-python/pull/55) **Full Changelog**: GoogleCloudPlatform/cloud-debug-python@v2.19...v3.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/python-docs-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTMuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE1My4wIn0=-->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is currently a preview implementation of the firebase backend feature. It is functionally complete but will have additional features added to aid in robustness and ease of configuration.